home *** CD-ROM | disk | FTP | other *** search
/ Fish With Names Like... / Fish With Names Like... 2.5.iso / pc / Media / Game.dir / 00317_Sound0.ls < prev    next >
Encoding:
Text File  |  2004-03-23  |  183 b   |  9 lines

  1. on mouseUp
  2.   sprite(39).visible = 1
  3.   sprite(37).visible = 0
  4.   sprite(38).visible = 0
  5.   sprite(36).visible = 0
  6.   set the volume of sound 1 to 10
  7.   set the volume of sound 2 to 10
  8. end
  9.